AMREIN ENGINEERING SharePoint Web Parts   |   Office 365 Web Parts   |   Blog   |   Support   |   Search   |   About us   |   Home  







FAQ Categories
  EWS Calendar Web Part
  General
  Installation
  Quote Of The Day Web Part

SharePoint Web Parts FAQ


Choose a category from the FAQ Categories on the left hand side.

Category: Quote Of The Day Web Part













It works OK as I am logged in as a site collection admin, but when i sign in as an owner or a visitor it gave acess denied.
Since the  Web Part accesses a specific list (as configured via the Web Part Editor) you will have to check if some unique permissions are set for the list you specified.
Thus it might well be that not all users do have permissions to view that list.
You can check the List Permission settings  via “Settings/List Settings/Permissions for this list”

Can you check if the trust level in your web.config file is set to “WSS_Minimal”.
If so, can you try to set it to “medium” as follows:

<trust level="WSS_Medium" originUrl="" />  
 

Please try to put the DLL into c:\windows\assembly  (GAC) instead of the BIN folder.
You should then also reset IIS to proper unload/re-load the DLL.
Web parts deployed to the GAC run at a higher privilege level.

Category=Quote Of The Day Web Part













Request for the permission of type 'Microsoft.SharePoint.Security.SharePointPermission, Microsoft.SharePoint.Security, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' failed.

Please check if the trust level in your web.config file is set to "WSS_Minimal"
If so, can you try to set it to "medium" as follows:

<trust level="WSS_Medium" originUrl="" />


The actual setting needs to be done further down in the file in the <trust level=...> section which consists of just a single line.

Please apply the change there: <trust level="WSS_Medium" originUrl="" />

Category=Quote Of The Day Web Part


 
© 2024 AMREIN ENGINEERING AG